Checks if the given point is within the bounds of the given polygon.
Namespace: MindFusion.Drawing
File: Graphics.js
JavaScript Copy Code |
---|
function pointInPoly (point, poly) |
The point to check.
The points describing the polygon.
JavaScript Pack Programmer's Guide | © 2024 MindFusion |